home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / util / rexx / rmh.lha / rmh / examples / requester.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  2000-11-28  |  166 b   |  12 lines

  1. /*
  2. usage of Requester()
  3. */
  4.  
  5. l="rmh.library";if ~show("L",l) then;if ~addlib(l,0,-30) then exit
  6.  
  7. volume="Volume:"
  8.  
  9. do while Requester("Want me",,"to try again?")
  10. end
  11.  
  12.